Vcenter Network Projects Vpcs FilterSpec
The Vcenter Network Projects Vpcs FilterSpec schema contains properties used to filter the results when listing VPCs. If multiple properties are specified, only VPCs matching all of the properties match the filter.
This schema was added in vSphere API 9.0.0.0.
{
"ids": [
"string"
],
"names": [
"string"
],
"external_ids": [
"string"
]
}
Identifiers that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.id).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, VPC with any ID match the filter.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.network.vpc
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.network.vpc
.
Names that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.name).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, VPC with any name match the filter.
External identifiers that VPC must have to match the filter (see Vcenter Network Projects Vpcs VpcInfo.external_id).
This property was added in vSphere API 9.0.0.0.
If missing or null
or empty, VPC with any external identifier match the filter.